home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_e_h / hlptrix.zip / EMBWW.ZIP / EMBED.DEF < prev    next >
Text File  |  1992-05-28  |  239b  |  15 lines

  1. LIBRARY EMBED
  2.  
  3. EXETYPE   WINDOWS
  4.  
  5. CODE      PRELOAD MOVEABLE DISCARDABLE
  6. DATA      PRELOAD SINGLE
  7.  
  8. HEAPSIZE  1024
  9.  
  10. SEGMENTS 'WEP_TEXT' FIXED PRELOAD
  11.  
  12. EXPORTS
  13.     WEP                 @1 RESIDENTNAME
  14.     EmbedWindowProc     @2
  15.